infinite loop

死循环:指程序的控制流程一直在重复执行某一段代码

常用释义

词性释义

死循环:指程序的控制流程一直在重复执行某一段代码,无法结束的情形。可能是因为程序中的循环没有设结束循环条件,或是结束循环的条件不可能成立等。
例句
  • 全部
1·A statement running in an infinite loop.
语句在无限循环中运行。
2·Figure 7 shows an infinite loop going backwards.
图7显示了一个无限循环。
3·Well, I'm going to create a little infinite loop.
好,我会建立一个小的无穷循环。
4·This is an error because you now have an infinite loop.
出现此错误的原因是现在运行了一个无限循环。
5·Put the receive block inside of a near-infinite loop.
把receive块放在一个接近无限的循环中。
6·It doesn't crash, but appears to be stuck in an infinite loop.
它不会崩溃,但是会陷入无限循环中。
7·Next, we consider the infinite loop statement and conditionals.
接下来,考虑无限循环语句和条件。
8·Case study 4: Example of a memory leak due to an infinite loop.
案例研究4:由于无限循环导致的内存泄漏示例。
9·Display series of Numbers (1, 2, 3, 4, 5... etc) in an infinite loop.
在一个死循环里显示数字串(例:1 2 3 4 5…)。
10·The script logs in to the local IRC server, then goes through an infinite loop.
脚本注册到本地 IRC 服务器,并开始进行无限循环。
同义词
[计]无限循环